GtkSearchEntry: fix search_entry_clear_cb()
authorSébastien Wilmet <swilmet@gnome.org>
Sat, 13 Jul 2013 19:07:08 +0000 (21:07 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Mon, 15 Jul 2013 10:27:21 +0000 (12:27 +0200)
commit68f44c4e90f8fdd65a9d1f7c47b4637411628a91
tree3f432743c41661f3377835b7e6fb9eba2dcd9724
parentc246cc7e2814939ef34aa82e4449b946f1c3690b
GtkSearchEntry: fix search_entry_clear_cb()

When the icon-release signal is emitted on a GtkSearchEntry, the
contents is now cleared only if it's for the secondary icon. The primary
icon can be used for another purpose.

https://bugzilla.gnome.org/show_bug.cgi?id=704164
gtk/gtksearchentry.c